update Qt 6.5.1 -> 6.5.2 in CI. (#1140)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 21 Jul 2023 21:51:32 +0000 (15:51 -0600)
committerGitHub <noreply@github.com>
Fri, 21 Jul 2023 21:51:32 +0000 (15:51 -0600)
.github/workflows/macos.yml
.github/workflows/windows.yml

index 39bd2881c069e329f1a92544d237167aece3378a..300948e4fa9146f101f461c530b0f860a492c669 100644 (file)
@@ -33,7 +33,7 @@ jobs:
             GENERATOR: 'Ninja'
             RELEASE: true
             os: macos-12
-          - QT_VERSION: '6.5.1'
+          - QT_VERSION: '6.5.2'
             XCODE_VERSION: '14.2'
             GENERATOR: 'Ninja'
             RELEASE: false
index b7519ce66c8c30a9fb669197ed82826db48d5a44..ee1452cf982a650b5daa64400939a0f0303c32ca 100644 (file)
@@ -60,7 +60,7 @@ jobs:
             GENERATOR: 'Visual Studio 17 2022'
             RELEASE: false
             os: windows-latest
-          - QT_VERSION: '6.5.1'
+          - QT_VERSION: '6.5.2'
             ARCH: 'amd64'
             HOST_ARCH: 'amd64'
             COMPILER: 'msvc2019_64'